[INFO] cloning repository https://github.com/totallyhuman45/new
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/totallyhuman45/new" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotallyhuman45%2Fnew", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotallyhuman45%2Fnew'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ec6b862cd42f68ae5afb3beecf155686f17353b
[INFO] fixing totallyhuman45/new against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotallyhuman45%2Fnew" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/totallyhuman45/new
[INFO] finished tweaking git repo https://github.com/totallyhuman45/new
[INFO] tweaked toml for git repo https://github.com/totallyhuman45/new written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/totallyhuman45/new on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/totallyhuman45/new already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410
[INFO] running `Command { std: "docker" "start" "06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/parse.rs:178:17
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 while true{
[INFO] [stdout]     |                 ^^^^^^^^^^ help: use `loop`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(while_true)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/parse.rs:199:17
[INFO] [stdout]     |
[INFO] [stdout] 199 |                 while true{
[INFO] [stdout]     |                 ^^^^^^^^^^ help: use `loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/parse.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |                 while  true{
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: use `loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `tokens` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:64:10
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub enum tokens {
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `Tokens`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/main.rs:140:48
[INFO] [stdout]     |
[INFO] [stdout] 140 |         linesTok.push(lexLine(line.to_string(),(i as i32 + 1)));
[INFO] [stdout]     |                                                ^            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 140 -         linesTok.push(lexLine(line.to_string(),(i as i32 + 1)));
[INFO] [stdout] 140 +         linesTok.push(lexLine(line.to_string(),i as i32 + 1 ));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/main.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 |                 while true {
[INFO] [stdout]     |                 ^^^^^^^^^^ help: use `loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/parse.rs:178:17
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 while true{
[INFO] [stdout]     |                 ^^^^^^^^^^ help: use `loop`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(while_true)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/parse.rs:199:17
[INFO] [stdout]     |
[INFO] [stdout] 199 |                 while true{
[INFO] [stdout]     |                 ^^^^^^^^^^ help: use `loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/parse.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |                 while  true{
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: use `loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `tokens` should have an upper camel case name
[INFO] [stdout]   --> src/main.rs:64:10
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub enum tokens {
[INFO] [stdout]    |          ^^^^^^ help: convert the identifier to upper camel case: `Tokens`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/main.rs:140:48
[INFO] [stdout]     |
[INFO] [stdout] 140 |         linesTok.push(lexLine(line.to_string(),(i as i32 + 1)));
[INFO] [stdout]     |                                                ^            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 140 -         linesTok.push(lexLine(line.to_string(),(i as i32 + 1)));
[INFO] [stdout] 140 +         linesTok.push(lexLine(line.to_string(),i as i32 + 1 ));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: denote infinite loops with `loop { ... }`
[INFO] [stdout]    --> src/main.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 |                 while true {
[INFO] [stdout]     |                 ^^^^^^^^^^ help: use `loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 194 |                         panic!("need a closing \" for every opening \" on line {:?}",Line);
[INFO] [stdout]     |                         ------------------------------------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 195 |                         break;
[INFO] [stdout]     |                         ^^^^^^ unreachable statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:207:25
[INFO] [stdout]     |
[INFO] [stdout] 206 |                         panic!("need a closing \" for every opening \" on line {:?}",Line);
[INFO] [stdout]     |                         ------------------------------------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 207 |                         break;
[INFO] [stdout]     |                         ^^^^^^ unreachable statement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 194 |                         panic!("need a closing \" for every opening \" on line {:?}",Line);
[INFO] [stdout]     |                         ------------------------------------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 195 |                         break;
[INFO] [stdout]     |                         ^^^^^^ unreachable statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:261:25
[INFO] [stdout]     |
[INFO] [stdout] 260 |                         panic!("need a closing ) for every opening ( on line {:?}",Line);
[INFO] [stdout]     |                         ---------------------------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] 261 |                         break;
[INFO] [stdout]     |                         ^^^^^^ unreachable statement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:207:25
[INFO] [stdout]     |
[INFO] [stdout] 206 |                         panic!("need a closing \" for every opening \" on line {:?}",Line);
[INFO] [stdout]     |                         ------------------------------------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 207 |                         break;
[INFO] [stdout]     |                         ^^^^^^ unreachable statement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:261:25
[INFO] [stdout]     |
[INFO] [stdout] 260 |                         panic!("need a closing ) for every opening ( on line {:?}",Line);
[INFO] [stdout]     |                         ---------------------------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] 261 |                         break;
[INFO] [stdout]     |                         ^^^^^^ unreachable statement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:503:5
[INFO] [stdout]     |
[INFO] [stdout] 362 | /         match tokenStrings[idx].as_str(){
[INFO] [stdout] 363 | |
[INFO] [stdout] 364 | |             "!" => {
[INFO] [stdout] 365 | |                 return Expr::UnaryOp { 
[INFO] [stdout] ...   |
[INFO] [stdout] 388 | |             _ => panic!("not a valid operation"), 
[INFO] [stdout] 389 | |         }
[INFO] [stdout]     | |_________- any code following this `match` expression is unreachable, as all arms diverge
[INFO] [stdout] ...
[INFO] [stdout] 503 |       panic!("not a valid operation");
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/parse.rs:503:5
[INFO] [stdout]     |
[INFO] [stdout] 362 | /         match tokenStrings[idx].as_str(){
[INFO] [stdout] 363 | |
[INFO] [stdout] 364 | |             "!" => {
[INFO] [stdout] 365 | |                 return Expr::UnaryOp { 
[INFO] [stdout] ...   |
[INFO] [stdout] 388 | |             _ => panic!("not a valid operation"), 
[INFO] [stdout] 389 | |         }
[INFO] [stdout]     | |_________- any code following this `match` expression is unreachable, as all arms diverge
[INFO] [stdout] ...
[INFO] [stdout] 503 |       panic!("not a valid operation");
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:333:41
[INFO] [stdout]     |
[INFO] [stdout] 333 |             if parse::IsOpp(cur as &str,Line){
[INFO] [stdout]     |                ------------             ^^^^ expected `i32`, found `String`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/parse.rs:545:8
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub fn IsOpp(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |        ^^^^^              --------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:333:41
[INFO] [stdout]     |
[INFO] [stdout] 333 |             if parse::IsOpp(cur as &str,Line){
[INFO] [stdout]     |                ------------             ^^^^ expected `i32`, found `String`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/parse.rs:545:8
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub fn IsOpp(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |        ^^^^^              --------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0605]: non-primitive cast: `String` as `&str`
[INFO] [stdout]    --> src/main.rs:333:29
[INFO] [stdout]     |
[INFO] [stdout] 333 |             if parse::IsOpp(cur as &str,Line){
[INFO] [stdout]     |                             ^^^^^^^^^^^ invalid cast
[INFO] [stdout]     |
[INFO] [stdout] help: consider borrowing the value
[INFO] [stdout]     |
[INFO] [stdout] 333 |             if parse::IsOpp(&cur as &str,Line){
[INFO] [stdout]     |                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0605]: non-primitive cast: `String` as `&str`
[INFO] [stdout]    --> src/main.rs:333:29
[INFO] [stdout]     |
[INFO] [stdout] 333 |             if parse::IsOpp(cur as &str,Line){
[INFO] [stdout]     |                             ^^^^^^^^^^^ invalid cast
[INFO] [stdout]     |
[INFO] [stdout] help: consider borrowing the value
[INFO] [stdout]     |
[INFO] [stdout] 333 |             if parse::IsOpp(&cur as &str,Line){
[INFO] [stdout]     |                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]   --> src/parse.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn parse_BoolLit(exprStr:&str,Line:i32) -> Expr {
[INFO] [stdout]    |                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]   --> src/parse.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn parse_BoolLit(exprStr:&str,Line:i32) -> Expr {
[INFO] [stdout]    |                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/parse.rs:87:94
[INFO] [stdout]    |
[INFO] [stdout] 87 |         if matches!(x, '-'|'!'|'*'|'&'|'+'|'/'|'%'|'|'|'^'|'<'|'>'|'='|'.'|'('|')'|'0'..='9'|'.'|'\"'|','){
[INFO] [stdout]    |                                                                        ---                   ^^^ no value can reach this
[INFO] [stdout]    |                                                                        |
[INFO] [stdout]    |                                                                        matches all the relevant values
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/parse.rs:87:94
[INFO] [stdout]    |
[INFO] [stdout] 87 |         if matches!(x, '-'|'!'|'*'|'&'|'+'|'/'|'%'|'|'|'^'|'<'|'>'|'='|'.'|'('|')'|'0'..='9'|'.'|'\"'|','){
[INFO] [stdout]    |                                                                        ---                   ^^^ no value can reach this
[INFO] [stdout]    |                                                                        |
[INFO] [stdout]    |                                                                        matches all the relevant values
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/parse.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut exc:Vec<usize> = vec![]; 
[INFO] [stdout]     |         ----^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/parse.rs:360:13
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let mut righttext2: String = tokenStrings[idx+1].clone();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `t` is never read
[INFO] [stdout]    --> src/parse.rs:224:25
[INFO] [stdout]     |
[INFO] [stdout] 224 |                         t+=1;
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:525:31
[INFO] [stdout]     |
[INFO] [stdout] 525 | pub fn IsIntLit( exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:535:32
[INFO] [stdout]     |
[INFO] [stdout] 535 | pub fn IsFloatLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/parse.rs:547:76
[INFO] [stdout]     |
[INFO] [stdout] 547 |         if matches!(x, '-'|'!'|'*'|'&'|'+'|'/'|'%'|'|'|'^'|'<'|'>'|'='|'.'|'*'){
[INFO] [stdout]     |                                --- matches all the relevant values         ^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:545:27
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub fn IsOpp(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:556:31
[INFO] [stdout]     |
[INFO] [stdout] 556 | pub fn IsBoolLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:561:33
[INFO] [stdout]     |
[INFO] [stdout] 561 | pub fn IsStringLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:567:32
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub fn IsArrayLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:571:30
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn IsVecLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                              ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:577:36
[INFO] [stdout]     |
[INFO] [stdout] 577 | pub fn IsFunctionCall(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/parse.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut exc:Vec<usize> = vec![]; 
[INFO] [stdout]     |         ----^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/parse.rs:360:13
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let mut righttext2: String = tokenStrings[idx+1].clone();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `t` is never read
[INFO] [stdout]    --> src/parse.rs:224:25
[INFO] [stdout]     |
[INFO] [stdout] 224 |                         t+=1;
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:525:31
[INFO] [stdout]     |
[INFO] [stdout] 525 | pub fn IsIntLit( exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:535:32
[INFO] [stdout]     |
[INFO] [stdout] 535 | pub fn IsFloatLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/parse.rs:547:76
[INFO] [stdout]     |
[INFO] [stdout] 547 |         if matches!(x, '-'|'!'|'*'|'&'|'+'|'/'|'%'|'|'|'^'|'<'|'>'|'='|'.'|'*'){
[INFO] [stdout]     |                                --- matches all the relevant values         ^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:545:27
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub fn IsOpp(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:556:31
[INFO] [stdout]     |
[INFO] [stdout] 556 | pub fn IsBoolLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                               ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:561:33
[INFO] [stdout]     |
[INFO] [stdout] 561 | pub fn IsStringLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:567:32
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub fn IsArrayLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:571:30
[INFO] [stdout]     |
[INFO] [stdout] 571 | pub fn IsVecLit(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                              ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/parse.rs:577:36
[INFO] [stdout]     |
[INFO] [stdout] 577 | pub fn IsFunctionCall(exprStr:&str,Line:i32) -> bool{
[INFO] [stdout]     |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/main.rs:123:10
[INFO] [stdout]     |
[INFO] [stdout] 123 |     for (i,x) in Code.chars().collect::<Vec<char>>().iter().enumerate(){
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/main.rs:362:25
[INFO] [stdout]     |
[INFO] [stdout] 362 | fn key_get(exprStr:&str,Line:i32) -> Option<KeyWord>{
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/main.rs:123:10
[INFO] [stdout]     |
[INFO] [stdout] 123 |     for (i,x) in Code.chars().collect::<Vec<char>>().iter().enumerate(){
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0605.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Line`
[INFO] [stdout]    --> src/main.rs:362:25
[INFO] [stdout]     |
[INFO] [stdout] 362 | fn key_get(exprStr:&str,Line:i32) -> Option<KeyWord>{
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_Line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compiler` (bin "compiler") due to 2 previous errors; 26 warnings emitted
[INFO] [stdout] Some errors have detailed explanations: E0308, E0605.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compiler` (bin "compiler" test) due to 2 previous errors; 26 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410", kill_on_drop: false }`
[INFO] [stdout] 06320fa3b04422801e5cdbfef529fbe56f4ef466c9f467026d0f74a561408410
